文法如下: (1)S->aAcBe (2)A->b (3)A->Ab (4)B->d 關於lr0的語法分析
上传时间: 2015-11-22
上传用户:thinode
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
标签: begin Binary_Search function return
上传时间: 2015-12-17
上传用户:tb_6877751
利用C++解决CAGD中的一些问题,如B样条类,画b样条曲线的程序
上传时间: 2013-12-16
上传用户:xiaohuanhuan
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
标签: Description Calculate integer 101000
上传时间: 2014-01-25
上传用户:tonyshao
RSA核心运算使用的乘模算法就是 M(A*B)。虽然M(A*B)并不是乘模所需要的真正结果,但只要在幂模算法中进行相应的修改,就可以调用这个乘模算法进行计算了。本软件起初未使用Montgomery 乘模算法时,加密速度比使用Montgomery乘模算法慢,但速度相差不到一个数量级。 将上述乘模算法结合前面叙述的幂模算法,构成标准Montgomery幂模算法,即本软件所使用的流程
上传时间: 2016-07-16
上传用户:hullow
a XOR b> a,然后a XOR b< b,and both a and b are dependent data
上传时间: 2014-01-27
上传用户:yxgi5
这是浙大acm,北大acm上,还有地大acm上的题解,全部是关于搜索算法的,题目文件名上有
上传时间: 2014-11-26
上传用户:sqq
北大ACM网站 1039题 http://acm.pku.edu.cn/JudgeOnline/problem?id=1039
标签: 1039 JudgeOnline problem http
上传时间: 2013-12-26
上传用户:ghostparker
北大ACM网站 1087题 http://acm.pku.edu.cn/JudgeOnline/problem?id=1087
标签: 1087 JudgeOnline problem http
上传时间: 2014-11-24
上传用户:chongcongying
北大ACM网站 1099题 http://acm.pku.edu.cn/JudgeOnline/problem?id=10
标签: JudgeOnline problem 1099 http
上传时间: 2013-11-25
上传用户:weiwolkt